Skip to content

Commit a02843b

Browse files
committed
updated performance improvement diff-example (measured on current 8.6.16 with and without latest tclclockmod)
1 parent 1524c05 commit a02843b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ The difference is much more larger, if the tests are running multi-threaded with
5656
#### How the performance is measured:
5757

5858
Both tcl-core as well as tclclockmod has a file [tests-perf/clock.perf.tcl](./tests-perf/clock.perf.tcl) which can be used to compare the execution times of original clock and tclclockmod. It can be also simply performed from the tclsh, with and without loading of the module.<br/>
59-
Here is a diff illustrating that (which amounted to almost 95x speed-up):
59+
Here is a diff illustrating that (which amounted to 112x speed-up):
6060
```diff
6161
% timerate -calibrate {}
6262
% clock scan "" -timezone :CET; clock scan "" -gmt 1; # warming up
6363
% timerate { clock scan "2009-06-30T18:30:00 CEST" -format "%Y-%m-%dT%H:%M:%S %z" -gmt 1 }
64-
- 62.0972 µs/# 16094 # 16103.8 #/sec 999.392 net-ms
65-
+ 0.654699 µs/# 1437085 # 1527419 #/sec 940.858 net-ms
64+
- 66.1134 µs/# 15118 # 15125.5 #/sec 999.502 net-ms
65+
+ 0.587048 µs/# 1612463 # 1703438 #/sec 946.593 net-ms
6666
```
6767

6868
Tcl compatibility:

0 commit comments

Comments
 (0)