Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a single map manager for different flatmap instances #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akhuoa
Copy link
Member

@akhuoa akhuoa commented Nov 22, 2024

Comparison of Loading Test

The blue bar is for Single Map Manager and the red one is for existing. The first one, Rat, is on first load.

---
config:    
    xyChart:
        width: 600
        height: 400
    themeVariables:
        xyChart:
            plotColorPalette: "#ff0000, #0000ff"
---
xychart-beta
    title "Map Loading Time Comparison (1)"
    x-axis "Species" [Rat, Female, Male, "Rat (NPO)", Mouse, Pig]
    y-axis "Time (ms)" 0 --> 10000
    bar "Multi" [9858.712890625, 8811.31103515625, 8738.197021484375, 7459.127197265625, 9084.52001953125, 9055.77587890625]
    bar "Single" [9254.1650390625, 7618.85986328125, 7345.568115234375, 5975.572998046875, 7175.601806640625, 7814.5869140625]
Loading
---
config:    
    xyChart:
        width: 600
        height: 400
    themeVariables:
        xyChart:
            plotColorPalette: "#ff0000, #0000ff"
---
xychart-beta
    title "Map Loading Time Comparison (2)"
    x-axis "Species" [Rat, Female, Male, "Rat (NPO)", Mouse, Pig]
    y-axis "Time (ms)" 0 --> 10000
    bar "Multi" [9635.068115234375, 8809.9189453125,8800.576904296875,7221.93505859375,9073.350830078125,9367.130126953125]
    bar "Single" [8911.2041015625,7268.9609375,7728.68603515625,5919.5048828125,7081.73779296875,8257.567138671875]
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant