mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 19:04:41 +00:00
test(page): main page perfomance testing
This commit is contained in:
7
src/tests/performance/test_main_page.js
Normal file
7
src/tests/performance/test_main_page.js
Normal file
@@ -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