[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: why benchmarks need salt
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 20 Jul 2015 18:46:01 +0200
2015-07-20 18:00 GMT+02:00 Roberto Ierusalimschy <roberto@inf.puc-rio.br>:
> Now, see how the times change with the name of the executable:
>
> roberto@arraial:~/prj/lua$ lua temp
> 0.91
> roberto@arraial:~/prj/lua$ lua temp
> 0.91
> roberto@arraial:~/prj/lua$ mv lua lua1
> roberto@arraial:~/prj/lua$ lua1 temp
> 0.57
> roberto@arraial:~/prj/lua$ lua1 temp
> 0.57
> roberto@arraial:~/prj/lua$ mv lua1 sol
> roberto@arraial:~/prj/lua$ sol temp
> 0.91
> roberto@arraial:~/prj/lua$ sol temp
> 0.91
> roberto@arraial:~/prj/lua$ mv sol sol1
> roberto@arraial:~/prj/lua$ sol1 temp
> 0.57
> roberto@arraial:~/prj/lua$ sol1 temp
> 0.58
Is this on your old Pentium? I can't reproduce the phenomenon on
a one-year old desktop.