Skip to content

Commit c5d2777

Browse files
vfs.py: Use four decimal places of precision
1 parent 50f2490 commit c5d2777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
# print("normalized EPI = {}".format(normalizedEPI))
4040

4141
VFS = speedup * ALPHA * (1-2/(1+math.sqrt(1+BETA/(speedup*normalizedEPI))))
42-
print("{:.6f}".format(VFS))
42+
print("{:.4f}".format(VFS))

0 commit comments

Comments
 (0)