diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-12-28 02:43:47 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-12-28 02:43:47 +0000 |
commit | ce362f45b08d9d65b9e1fd47a4f4e890d114ad4c (patch) | |
tree | 5783991500fae460f91333a294ba17ec179e7f8c /hardinfo2/arch | |
parent | aff26148a2444130a4418fbfbe75501bbda94cb8 (diff) |
Add more benchmark results.
Diffstat (limited to 'hardinfo2/arch')
-rw-r--r-- | hardinfo2/arch/common/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/blowfish.h b/hardinfo2/arch/common/blowfish.h index 4a1667ee..1c5be8c1 100644 --- a/hardinfo2/arch/common/blowfish.h +++ b/hardinfo2/arch/common/blowfish.h @@ -44,7 +44,7 @@ benchmark_fish(void) } shell_view_set_enabled(FALSE); - shell_status_update("Benchmarking..."); + shell_status_update("Performing Blowfish benchmark..."); for (i = 0; i <= 50000; i++) { g_timer_start(timer); |