diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-03T23·07+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-03T23·07+0000 |
commit | db0d865ec4fb646856731000d540d968011f4daf (patch) | |
tree | e90e63ad20cc264a41d94f814e9cf56408b805b6 /table/timings.txt | |
parent | 052cefe1bdb6be0257ef2f1c1f128b7e635814ed (diff) |
* New ATermMap, seems more-or-less finished.
Diffstat (limited to 'table/timings.txt')
-rw-r--r-- | table/timings.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/table/timings.txt b/table/timings.txt index 26b428adec50..cb68b914332f 100644 --- a/table/timings.txt +++ b/table/timings.txt @@ -17,3 +17,14 @@ GET: 10000000 13032311 1.30323 real 0m0.956s user 0m0.928s sys 0m0.024s + + +[eelco@tyros:~/Dev/nix/table]$ time ./a.out +testing... +RESIZES: 0 +SET: 30000000 35420570 1.18069 +GET: 40000000 49507966 1.2377 + +real 0m3.796s +user 0m3.700s +sys 0m0.016s |