1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Added benchmarks

This commit is contained in:
pverghese 2019-07-06 20:43:34 +05:30 committed by Alexander Medvednikov
parent 8c3e47c9de
commit 144d7ca362

View File

@ -1,7 +1,12 @@
/*
https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/spectralnorm.html
Added: Pradeep Verghese
Benchmarks:
Used v -prod spectral.v
Command: time ./spectral 5500
Output: 1.274224153
Time: 11.67s user 0.02s system 99% cpu 11.721 total
*/
module main