Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from threading import Thread
|
|
| 6 |
|
| 7 |
import streamlit as st
|
| 8 |
|
| 9 |
-
def cpu_benchmark(cores, iterations=
|
| 10 |
start = time.perf_counter()
|
| 11 |
|
| 12 |
num_threads = iterations // cores
|
|
|
|
| 6 |
|
| 7 |
import streamlit as st
|
| 8 |
|
| 9 |
+
def cpu_benchmark(cores, iterations=100000000):
|
| 10 |
start = time.perf_counter()
|
| 11 |
|
| 12 |
num_threads = iterations // cores
|