mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-06-20 10:05:19 +00:00
test(page): main page perfomance testing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import http from 'k6/http';
|
||||
import {sleep} from 'k6';
|
||||
|
||||
export default function () {
|
||||
http.get('http://localhost');
|
||||
sleep(1);
|
||||
}
|
||||
Reference in New Issue
Block a user