display chart only when simulations finished

This commit is contained in:
Julien Calixte
2023-07-30 01:58:15 +02:00
parent adc5181e14
commit 4c24c176f1
3 changed files with 34 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
import { Strategy } from '@/modules/lean/strategy'
import { useSimulationStore } from '@/modules/simulation/simulation-store'
const simulationStore = useSimulationStore()
const NUMBER_OF_SIMULATION = 400
const NUMBER_OF_SIMULATION = 200
const strategies: Strategy[] = ['push', 'pull', 'push-dps', 'pull-dps']